home *** CD-ROM | disk | FTP | other *** search
- ;ViewDIZ Installation script, ©1997 Mikael Lund
- ;Completely safe - Nothing will be overwritten!
-
- Echo " ViewDIZ Installation Script by Mikael Lund"
- Echo " Checking your system..."
-
- if not exists T:
- echo " You must have an assignment to T:
- echo " - This is automaticly done in the Workbench 2.0+ startup-sequence"
- echo ""
- quit
- endif
-
- if not exists ENV:
- echo " You must have an assignment to ENV:
- echo " - This is automaticly done in the Workbench 2.0+ startup-sequence"
- echo ""
- quit
- endif
-
- if not exists libs:rexxsupport.library
- echo " You'll need RexxSupport.library to use ViewDIZ."
- echo " - Find it on your Workbench 2.0+ installation disks"
- echo ""
- quit
- endif
-
- if not exists libs:reqtools.library
- echo " You'll need ReqTools.library to use ViewDIZ."
- echo " - Find it on Aminet as Aminet/Util/Libs/ReqToolsUsr.Lha"
- echo ""
- quit
- endif
-
- if not exists libs:rexxreqtools.library
- echo " You'll need RexxReqTools.library to use ViewDIZ."
- echo " - Find it on Aminet as Aminet/Util/Libs/ReqToolsUsr.Lha"
- echo ""
- quit
- endif
-
- echo " Passed system check. Wait..."
-
- copy env/ ENVARC: clone
- copy env/ ENV: clone
- copy c/ViewDIZ to c: clone
-
- if exists "Help:"
- copy ViewDIZ.Guide to Help:
- endif
-
- if not exists "C:MagicDIZ"
- copy c/MagicDIZ c:
- endif
-
- if not exists "C:DMSdescript"
- copy c/DMSdescript c:
- endif
-
- if not exists "C:TEXTract"
- copy c/TEXTract c:
- endif
-
- if not exists "C:Copy2Clip"
- copy c/Copy2Clip c:
- endif
-
- if not exists "fonts:jetterm.font"
- copy fonts fonts: all
- endif
-
- echo " Installation complete."
- C:ViewDIZ
-